From 12c9bce65ca43d967c04677eb2a707f84928a9a1 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 1 May 2007 22:24:01 +0100 Subject: [PATCH] xend: Fix use of PIFIsPhysical (takes no arguments). Signed-off-by: Keir Fraser --- tools/python/xen/xend/XendPIF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendPIF.py b/tools/python/xen/xend/XendPIF.py index d96d33f8bc..3ab84606a9 100644 --- a/tools/python/xen/xend/XendPIF.py +++ b/tools/python/xen/xend/XendPIF.py @@ -306,7 +306,7 @@ class XendPIF(XendBase): # Figure out if this is a physical device if self.get_interface_name() == \ self.get_device(): - raise PIFIsPhysical(self.get_uuid()) + raise PIFIsPhysical() self.unplug() -- 2.30.2